home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / insta310.zip / COMBASE.DOC < prev    next >
Text File  |  1992-05-20  |  684b  |  17 lines

  1.      SET COMBASE=nnnn
  2.        Specifies the I/O port base for the active COM port in decimal
  3.        format. COM1 is usually 1016, COM2 is usually 760.
  4.  
  5.      SET COMIRQ=n
  6.        Specifies the IRQ level for the active COM port in decimal
  7.        format.  COM1 usually uses IRQ 4 and COM2 uses IRQ 3.
  8.  
  9.    For com ports other than the normal COM1 and COM2, you will need insert
  10.    the following statements in your BOARD.BAT file:
  11.  
  12.         SET COMBASE=nnnn    ;port base I/O address (decimal)
  13.         SET COMIRQ=n        ;port IRQ setting
  14.  
  15.    Use these SET statements in conjunction with the com port setting
  16.    that's in your PCBOARD.DAT file, if your running PCBoard 14.x.
  17.